Revert "textbuffer: nicer get_iter functions"
authorMatthias Clasen <mclasen@redhat.com>
Thu, 12 Nov 2015 14:57:10 +0000 (09:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Nov 2015 14:58:28 +0000 (09:58 -0500)
commitfde91c3bece9aaea17b51ce6db8f9cb6088dbf96
treea45e12bd549a8c33e2483b900e62ff0a02db14a5
parenta56f8859eeb916eaae27eb9895412550f211c17d
Revert "textbuffer: nicer get_iter functions"

This reverts commit a9a1c00cc9255ee9a7f73695f69abe172cde7bfa.

Unfortunately, adding the boolean return broke both the python
and javascript bindings, since they now return a tuple consisting
of the boolean and the out argument.
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
testsuite/gtk/textbuffer.c